projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19d0ab2
)
[IA64] introduce compile time option to xen
author
awilliam@ldap.hp.com
<awilliam@ldap.hp.com>
Tue, 25 Apr 2006 17:54:45 +0000
(10:54 -0700)
committer
awilliam@ldap.hp.com
<awilliam@ldap.hp.com>
Tue, 25 Apr 2006 17:54:45 +0000
(10:54 -0700)
introduce xen_ia64_dom0_virtual_physical compile time option.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/Rules.mk
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/Rules.mk
b/xen/arch/ia64/Rules.mk
index c574680eeb62fbb7e3151373dd69d9166d65af7f..073a43b456f779f7034abc8130990b8721cb68b6 100644
(file)
--- a/
xen/arch/ia64/Rules.mk
+++ b/
xen/arch/ia64/Rules.mk
@@
-3,6
+3,8
@@
HAS_ACPI := y
VALIDATE_VT ?= n
+xen_ia64_dom0_virtual_physical ?= n
+
ifneq ($(COMPILE_ARCH),$(TARGET_ARCH))
CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux-
endif
@@
-34,4
+36,7
@@
CFLAGS += -g
ifeq ($(VALIDATE_VT),y)
CFLAGS += -DVALIDATE_VT
endif
+ifeq ($(xen_ia64_dom0_virtual_physical),y)
+CFLAGS += -DCONFIG_XEN_IA64_DOM0_VP
+endif
LDFLAGS := -g